home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmigaPlus / Tools / Development / MCC_TheBar / Docs / fkeys.doc < prev    next >
Encoding:
Text File  |  2004-01-31  |  1.1 KB  |  60 lines

  1.  
  2. Introduction
  3. ============
  4. Sometimes it is very annoying to find GUI short cuts. fkeys was
  5. born as a try to aid the programmer or the translator to do that.
  6.  
  7.  
  8. Distribution
  9. ============
  10. fkeys is copyright by Alfonso Ranieri. It is a FREEEWARE
  11. application and may be used and distributed without limitations.
  12.  
  13.  
  14. Warning
  15. =======
  16. THIS SOFTWARE AND INFORMATION ARE PROVIDED *AS IS*. ALL USE IS AT
  17. YOUR OWN RISK, AND NO LIABILITY OR RESPONSIBILITY IS ASSUMED. NO
  18. WARRANTIES ARE MADE.
  19.  
  20.  
  21. Usage
  22. =====
  23. fkeys may only be used from shell.
  24. It's template is:
  25. FROM/A,TO,IN=INCLUDE/K,EX=EXCLUDE/K:
  26.  
  27. FROM
  28.  
  29. It is the name of a file to read the label from. The file must
  30. contains the labels to find the shortcut of. E.g.:
  31.  
  32. ---
  33. Open
  34. Close
  35. Find
  36. ---
  37.  
  38. Up to 256 lines are read. Empty lines and lines beginning with ;
  39. or # are discarded.
  40.  
  41.  
  42. TO
  43. Output file name.
  44.  
  45.  
  46. INCLUDE
  47. fkeys considers only alphabetic and numeric chars for shortcuts.
  48. You may specify a string of other chars to be included. E.g. /*-+
  49.  
  50. EXCLUDE
  51. Exclude this chars.
  52.  
  53. The result of fkeys may be:
  54. - A complete solution
  55. - A partial solution
  56.  
  57. fkeys may be broken at any time: a partial solution will be
  58. printed out.
  59.  
  60.